home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
ausgabe_9_96
/
kommunikation
/
mm_030
/
rexx
/
mm_writelog.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1996-04-29
|
185b
|
16 lines
/*
** This script shows how to use the
** MM_WriteLog command.
*/
address 'MAILMANAGER'
num = 10
string = "I have Imported "num" messages"
say string
MM_WriteLog 'string' 3
say RC